@font-face {
	font-family: Nunito;
	src: url('Fonts/Nunito-Regular.ttf');
}

@font-face {
	font-family: Nunito;
	src: url('Fonts/Nunito-Bold.ttf');
	font-weight: bold;
}

@font-face {
	font-family: Nunito;
	src: url('Fonts/Nunito-Italic.ttf');
	font-style: italic;
}

@font-face {
	font-family: Nunito;
	src: url('Fonts/Nunito-BoldItalic.ttf');
	font-style: italic;
	font-weight: bold;
}

body {
  background-color: pink;
  background-image: url("Pink Lagoon/water texture pink faded.png");
  /* swirl water from https://wallpaperaccess.com/liquid-texture */
}

div {
  background-color: black;
  color: white;
  font-family: Nunito, Verdana, sans-serif;
  max-width: 700px;
  margin: 20px auto;
  padding: 20px 50px;
  border-radius: 20px;
}

td {
  padding: 20px;
}

div img {
  max-width: 400px;
}

a:link {color: pink;}
a:visited {color: violet;}
a:active {color: red;}

p, li, td {
  font-size: 22px;
}

.big {
  font-size: 30px;
  font-weight: bold;
}

mark {
  background-color: initial;
  color: rgb(24, 191, 24);
  font-weight: bold;
}

h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}